/**
 * =============================================================
 * RAXO All-mode PRO J3.0 - Template CSS
 * -------------------------------------------------------------
 * @package		RAXO All-mode PRO
 * @subpackage	All-mode Pagination Template
 * @copyright	Copyright (C) 2009-2013 RAXO Group
 * @license		RAXO Commercial License
 * 				This file is forbidden for redistribution
 * @link		http://raxo.org
 * =============================================================
 */


/* ----- RESET Styles ----- */
.allmode-pagination .allmode-name, .allmode-pagination .allmode-showall,
.allmode-pagination .allmode-title, .allmode-pagination img,
.allmode-pagination ul, .allmode-pagination li {
	margin: 0; padding: 0;
	text-transform: none;
	background: none; border: 0 none;
}
.allmode-pagination a {
	color: #990000 !important;
	text-decoration: none;
}
.allmode-pagination a:hover {
	text-decoration: underline;
}


/* ----- MODULE BOX Styles ----- */
.allmode-pagination {
	overflow: hidden;
}
.allmode-pagination .allmode-name {													/* Module Block NAME */
	margin: 8px 0 -4px;
	font-size: 15px; font-weight: bold;
	color: #333333;
}
.allmode-pagination .allmode-showall {												/* "Show All" TEXT */
	padding-right: 10px;
	text-align: right;
	color: #666666;
}


/* ----- ITEMS Styles ----- */
.allmode-pagination .allmode-itemsbox {
	position: relative;
	margin-bottom: 4px;
	overflow: hidden;
}
.allmode-pagination .allmode-item {													/* Item DIV */
	display: none;
	padding: 18px 0;
	overflow: hidden;
	list-style: none; text-align: left;
	border-bottom: 1px dashed #999999;
}


/* ----- FIELDS Styles ----- */
.allmode-pagination .allmode-img {													/* Item IMAGE */
	float: left;
	margin-right: 10px;
}
.allmode-pagination .allmode-img img {
	padding: 1px;
	border: 1px solid #666666;
}
.allmode-pagination .allmode-title {												/* Item TITLE */
	font: bold 14px/16px "Arial","Helvetica",sans-serif;
	color: #333333;
}
.allmode-pagination .allmode-title a {
	font-weight: bold;
	color: #333333 !important;
}
.allmode-pagination .allmode-text {													/* Item TEXT */
	padding-top: 7px;
	font: 12px/15px "Arial","Helvetica",sans-serif;
	color: #545454;
}
.allmode-pagination .allmode-readmore {												/* Item READ MORE */
	padding-left: 5px;
	font-size: 11px; line-height: 15px;
}


/* ----- INFO FIELDS Styles ----- */
.allmode-pagination .allmode-info {													/* Item INFO */
	padding: 0 0 4px 0;
	font: 9px/12px "Verdana","Geneva",sans-serif;
	text-transform: uppercase;
	color: #666666;
}
.allmode-pagination .allmode-info span {
	margin-right: 12px;
}


/* ----- DETAILS FIELDS Styles ----- */
.allmode-pagination .allmode-details {												/* Item DETAILS */
	padding: 6px 0 0 2px;
	font: 9px/13px "Verdana","Geneva",sans-serif;
	color: #666666;
}
.allmode-pagination .allmode-author,
.allmode-pagination .allmode-hits,
.allmode-pagination .allmode-rating,
.allmode-pagination .allmode-comments a {
	margin-right: 12px; padding-left: 16px;
	background: url(icons.png) no-repeat 0 0;
}
.allmode-pagination .allmode-hits {
	background-position: 0 -50px;
}
.allmode-pagination .allmode-comments a {
	background-position: 0 -100px;
}
.allmode-pagination .allmode-comments a:hover {
	background-position: 0 -150px;
}
.allmode-pagination .allmode-rating {
	background-position: 0 -200px;
}


/* ----- PAGES Swither ----- */
.allmode-pagination .allmode-pagenav {												/* News PAGES */
	margin-top: 2px; padding: 4px 8px;
	overflow: hidden;
	font: 11px/17px "Verdana","Geneva",sans-serif;
	background-color: #f7f7f7;
}
.allmode-pagination .allmode-pagenav a {											/* Page LINKS */
	float: left;
	display: block;
	margin: 0 2px; padding: 0 4px;
	height: 17px;
	line-height: 17px;
}
	.allmode-pagination .allmode-pagenav a:hover {
		background-color: #ffffff;
		border-radius: 2px;
	}
	.allmode-pagination .allmode-pagenav a.active-page {
		color: #333333 !important;
		background-color: #d1d1d1;
		border-radius: 2px;
	}
.allmode-pagination .allmode-pagenav .previous-link,
.allmode-pagination .allmode-pagenav .next-link {									/* PREV & NEXT */
	color: #777777 !important;
}
.allmode-pagination .allmode-pagenav .first-link,
.allmode-pagination .allmode-pagenav .last-link {									/* FIRST & LAST */
	display: none;
	font-size: 14px;
}